parquet-format 2.6.1

Apache Parquet Format - thrift definition and generated Rust file
Documentation

parquet-format-rs

Build Status License

Apache Parquet format for Rust, hosting the Thrift definition file and the generated .rs file.

Updating Parquet format

  • Update the parquet.thrift file
  • Run ./generate_parquet_format.sh
  • Commit changes

Note that the version in Cargo.toml should match the Parquet format version of the parquet.thrift in apache/parquet-format.